コード例 #1
0
ファイル: __init__.py プロジェクト: trel/python-irodsclient
class AuthChallenge(Message):
    _name = 'authRequestOut_PI'
    challenge = BinaryProperty(64)
コード例 #2
0
ファイル: __init__.py プロジェクト: trel/python-irodsclient
class BinBytesBuf(Message):
    _name = 'BinBytesBuf_PI'
    buflen = IntegerProperty()
    buf = BinaryProperty()
コード例 #3
0
ファイル: __init__.py プロジェクト: trel/python-irodsclient
class AuthResponse(Message):
    _name = 'authResponseInp_PI'
    response = BinaryProperty(16)
    username = StringProperty()