Click or drag to resize

IpAddressable Interface

An interface defining methods associated with a device that may be addressed via an IP connection.

Namespace:  Zebra.Sdk.Comm
Assembly:  SdkApi.Core (in SdkApi.Core.dll) Version: 2.15.2634
Syntax
public interface IpAddressable

The IpAddressable type exposes the following members.

Properties
  NameDescription
Public propertyAddress
Returns the address which was passed into the constructor.
Public propertyPortNumber
Returns the port number which was passed into the constructor.
Top
See Also