Denso BHT-400-CE Reference Manual page 219

Bar code handy terminal class library reference manual
Table of Contents

Advertisement

DestMACAddress
Sets or acquires the MAC address of the destination AP.
Syntax
[VB]
Public Shared Property
[C#]
public static string
Property
MAC address of AP
Default value: null
Exceptions
Name of Exception
ArgumentException
Note
An exception will be thrown only when the length of the string exceeds 12 characters.
[Ex.] Specify the connection destination AP as "001122334455".
[VB] RF.Settings.DestMACAddress = "001122334455"
[C#] RF.Settings.DestMACAddress = "001122334455";
DestMACAddress
DestMACAddress
{get; set;}
Meaning
The specified parameter value(s) is invalid.
- 213 -
As String

Advertisement

Table of Contents
loading

Table of Contents