Property | Type | Description | |
---|---|---|---|
Attributes | MsgPipeAttributes | ||
Messages | Queue |
||
Name | string | ||
OnAvailableForRecv | Queue |
||
OnAvailableForSend | Queue |
||
PartitionId | MemoryPartitions | ||
Size | int |
Property | Type | Description | |
---|---|---|---|
PoolPartition | MemoryPartition | ||
PspMemory | PspMemory |
Method | Description | |
---|---|---|
Delete ( ) : void | ||
Dequeue ( byte MessageOut, int MessageMaxSize, int MessageSizeOut ) : void | ||
Enqueue ( byte MessageIn, int MessageSize ) : void | ||
IDisposable ( ) : void | ||
Init ( |
||
NoticeAvailableForRecv ( ) : void | ||
NoticeAvailableForSend ( ) : void |
public Dequeue ( byte MessageOut, int MessageMaxSize, int MessageSizeOut ) : void | ||
MessageOut | byte | |
MessageMaxSize | int | |
MessageSizeOut | int | |
return | void |
public Enqueue ( byte MessageIn, int MessageSize ) : void | ||
MessageIn | byte | |
MessageSize | int | |
return | void |
public Init ( |
||
ThreadManager | ||
PspMemory | PspMemory | |
MemoryManager | ||
return | void |