WirelessNetworkInfoChannel Property 
             | 
          
        
         
            Channel number.
            
 
    Namespace: 
   Zebra.Sdk.Card.Containers
    Assembly:
   SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntaxpublic Nullable<byte> Channel { get; set; }Public Property Channel As Nullable(Of Byte)
	Get
	Set
public:
property Nullable<unsigned char> Channel {
	Nullable<unsigned char> get ();
	void set (Nullable<unsigned char> value);
}Property Value
Type: 
NullableByte
See Also