从字节数组的指定索引开始加载现在机器人的数据
命名空间:
HslCommunication.Robot.Hyundai
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public void LoadBy(
byte[] buffer,
int index = 0
)
Public Sub LoadBy (
buffer As Byte(),
Optional index As Integer = 0
)
public:
void LoadBy(
array<unsigned char>^ buffer,
int index = 0
)
member LoadBy :
buffer : byte[] *
?index : int
(* Defaults:
let _index = defaultArg index 0
*)
-> unit
参数
- buffer
- 类型:SystemByte
原始的字节数据 - index (Optional)
- 类型:SystemInt32
起始的索引信息
参见