Unity Udexreal开发插件包
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
410 B

public class Mcu2PcProto
{
public byte DeviceID = Pc2McuProto.DeviceID.MCU;
public byte Address = Pc2McuProto.HumanAddress.LeftArm;
public byte CommandType = Pc2McuProto.CommandType.ADC_IMU_16;
public byte DataType = Pc2McuProto.DataType.AngleAndAbduceData;
public byte DataLength = 60;
public short[] AngleDatas = null;
public short[] AbduceDatas = null;
public byte crc = 0;
}