阅读( 232 ) 我要纠错

6.6、结构体定义数据

 

public struct bx_5k_area_header

{

public byte AreaType;

public short AreaX;

public short AreaY;

public short AreaWidth;

public short AreaHeigth;

public byte DynamicAreaLoc;

public byte Lines_sizes;

public byte RunMode;

public short Timeout;

public byte Reserved1;

public byte Reserved2;

public byte Reserved3;

public byte SingleLine;

public byte NewLine;

public byte DisplayMode;

public byte ExitMode;

public byte Speed;

public byte StayTime;

public int DataLen;

}



×