TcpPortStatusRemoteIpAddress Property 
             | 
          
        
         
            The remote IP connected to the printer's port, will be 0.0.0.0 if not connected.
            
 
    Namespace: 
   Zebra.Sdk.Printer
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.13.898
Syntaxpublic string RemoteIpAddress { get; }Public ReadOnly Property RemoteIpAddress As String
	Get
public:
property String^ RemoteIpAddress {
	String^ get ();
}Property Value
Type: 
String
See Also