Module: SelfMsg

Defined in:
lib/self_msgproto/acl.rb,
lib/self_msgproto.rb,
lib/self_msgproto/auth.rb,
lib/self_msgproto/header.rb,
lib/self_msgproto/message.rb,
lib/self_msgproto/version.rb,
lib/self_msgproto/notification.rb,
ext/self_msgproto/acl.cpp,
ext/self_msgproto/auth.cpp,
ext/self_msgproto/header.cpp,
ext/self_msgproto/message.cpp,
ext/self_msgproto/notification.cpp

Overview

Copyright 2021 Self Group Ltd. All Rights Reserved.

Defined Under Namespace

Classes: Acl, Auth, Header, Message, Notification

Constant Summary collapse

MsgTypeMSG =
0
MsgTypeACK =
1
MsgTypeERR =
2
MsgTypeAUTH =
3
MsgTypeACL =
4
AclCommandLIST =
0
AclCommandPERMIT =
1
AclCommandREVOKE =
2
VERSION =
"0.0.10"