NetHandle 构造函数 (Byte, Byte, UInt16) |
根据三个值来初始化暗号对象
命名空间:
HslCommunication
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public NetHandle(
byte major,
byte minor,
ushort identifier
)
Public Sub New (
major As Byte,
minor As Byte,
identifier As UShort
)
public:
NetHandle(
unsigned char major,
unsigned char minor,
unsigned short identifier
)
new :
major : byte *
minor : byte *
identifier : uint16 -> NetHandle
参数
- major
- 类型:SystemByte
主暗号 - minor
- 类型:SystemByte
次暗号 - identifier
- 类型:SystemUInt16
暗号编号
参见