Skip to content

Instantly share code, notes, and snippets.

@mattleibow
Created November 25, 2014 15:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattleibow/2890ff83f3c351d1db64 to your computer and use it in GitHub Desktop.
Save mattleibow/2890ff83f3c351d1db64 to your computer and use it in GitHub Desktop.
STRUCTS
[StructLayout(LayoutKind.Explicit)]
public struct StarPrinterStatus0
{
// printer status 1
[FieldOffset(0)]
public SM_BOOLEAN coverOpen;
[FieldOffset(32)]
public SM_BOOLEAN offline;
[FieldOffset(64)]
public SM_BOOLEAN compulsionSwitch;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment