Block_Bell: {
type: "compound";
value: {
Direction: { type: "int"; value: number };
Ringing: { type: "byte"; value: number };
Ticks: { type: "int"; value: number };
};
}
Type declaration
type: "compound"
value: {
Direction: { type: "int"; value: number };
Ringing: { type: "byte"; value: number };
Ticks: { type: "int"; value: number };
}
Direction: { type: "int"; value: number }
Ringing: { type: "byte"; value: number }
Ticks: { type: "int"; value: number }
Additional fields for bell.