10 lines
252 B
C#
10 lines
252 B
C#
namespace TBF.Rig.RegisterReaders.iPerlASICReader.communication.C4
|
|
{
|
|
public static class TouchReadProtocol
|
|
{
|
|
public const byte START = 0x0D;
|
|
|
|
// Control bits (CNTRL1)
|
|
public const byte RESPONSE_FLAG = 0x08; // RF
|
|
}
|
|
} |