class IPC::Event

Defined in:

high-level-bindings.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(t : UInt8, index : UInt64, fd : Int32, buffer, buflen) #

[View source]

Instance Method Detail

def fd : Int32 #

[View source]
def fd=(fd : Int32) #

[View source]
def index : LibC::UInt64T #

[View source]
def index=(index : LibC::UInt64T) #

[View source]
def message : Array(UInt8) | Nil #

[View source]
def message=(message : Array(UInt8) | Nil) #

[View source]
def type : LibIPC::EventType #

[View source]
def type=(type : LibIPC::EventType) #

[View source]