public final class Token extends SmfData
Modifier and Type | Field and Description |
---|---|
static int |
TOKAPORT
Constant: 0x04 = 4
|
static int |
TOKAPPC
Constant: 0x13 = 19
|
static int |
TOKBCH
Constant: 0x07 = 7
|
static int |
TOKCMND
Constant: 0x02 = 2
|
static int |
TOKCON
Constant: 0x02 = 2
|
static int |
TOKCONS
Constant: 0x03 = 3
|
static int |
TOKCURLN
Constant: 0x50 = 80
|
static int |
TOKCVER
Constant: 0x01 = 1
|
static int |
TOKDFLT
Constant: 0x80 = 128
|
static int |
TOKDGRP
Constant: 0x80 = 128
|
static int |
TOKDSEC
Constant: 0x40 = 64
|
static int |
TOKEBCH
Constant: 0x0C = 12
|
static int |
TOKENCR
Constant: 0x80 = 128
|
static int |
TOKERR
Constant: 0x10 = 16
|
static int |
TOKEXBM
Constant: 0x10 = 16
|
static int |
TOKIP
Constant: 0x15 = 21
|
static int |
TOKIPV
Constant: 0x10 = 16
|
static int |
TOKJESI
Constant: 0x03 = 3
|
static int |
TOKLOGU
Constant: 0x04 = 4
|
static int |
TOKLSESS
Constant: 0x15 = 21
|
static int |
TOKLT19
Constant: 0x20 = 32
|
static int |
TOKMNT
Constant: 0x05 = 5
|
static int |
TOKNBCH
Constant: 0x0E = 14
|
static int |
TOKNETF
Constant: 0x20 = 32
|
static int |
TOKNJE
Constant: 0x0A = 10
|
static int |
TOKNJEUS
Constant: 0x0B = 11
|
static int |
TOKNSYS
Constant: 0x0F = 15
|
static int |
TOKNXBM
Constant: 0x12 = 18
|
static int |
TOKOSRV
Constant: 0x14 = 20
|
static int |
TOKPRIV
Constant: 0x01 = 1
|
static int |
TOKRBCH
Constant: 0x0D = 13
|
static int |
TOKREMOT
Constant: 0x02 = 2
|
static int |
TOKRJE
Constant: 0x09 = 9
|
static int |
TOKRSPEC
Constant: 0x02 = 2
|
static int |
TOKRXBM
Constant: 0x11 = 17
|
static int |
TOKSAS
Constant: 0x01 = 1
|
static int |
TOKSERV
Constant: 0x05 = 5
|
static int |
TOKSTP
Constant: 0x04 = 4
|
static int |
TOKSUS
Constant: 0x04 = 4
|
static int |
TOKTERM
Constant: 0x01 = 1
|
static int |
TOKTRST
Constant: 0x08 = 8
|
static int |
TOKTSO
Constant: 0x06 = 6
|
static int |
TOKUDUS
Constant: 0x40 = 64
|
static int |
TOKUNUSR
Constant: 0x08 = 8
|
static int |
TOKVER01
Constant: 0x01 = 1
|
static int |
TOKVXPRP
Constant: 0x10 = 16
|
static int |
TOKWDWN
Constant: 0x08 = 8
|
static int |
TOKXBM
Constant: 0x08 = 8
|
Constructor and Description |
---|
Token(byte[] Data) |
Modifier and Type | Method and Description |
---|---|
static Token |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
boolean |
tokdflt()
|
boolean |
tokdgrp()
|
boolean |
tokdsec()
|
boolean |
tokencr()
|
boolean |
tokerr()
|
int |
tokflg1()
TOKFLG1 value.
|
int |
tokflg2()
TOKFLG2 value.
|
int |
tokflg3()
TOKFLG3 value.
|
String |
tokgrup()
TOKGRUP value.
|
String |
tokiplok()
TOKIPLOK value.
|
boolean |
tokipv()
|
int |
toklen()
TOKLEN value.
|
boolean |
toklogu()
|
boolean |
toklt19()
|
boolean |
toknetf()
|
String |
toknetw()
TOKNETW value.
|
String |
tokpoe()
TOKPOE value.
|
int |
tokpoex()
TOKPOEX value.
|
boolean |
tokpriv()
|
boolean |
tokremot()
|
boolean |
tokrspec()
|
String |
tokscl()
TOKSCL value.
|
String |
toksgrp()
TOKSGRP value.
|
String |
toksnod()
TOKSNOD value.
|
int |
tokstyp()
TOKSTYP value.
|
boolean |
toksus()
|
String |
toksusr()
TOKSUSR value.
|
boolean |
toktrst()
|
boolean |
tokudus()
|
boolean |
tokunusr()
|
String |
tokuser()
TOKUSER value.
|
int |
tokvers()
TOKVERS value.
|
boolean |
tokvxprp()
|
boolean |
tokwdwn()
|
String |
tokxnod()
TOKXNOD value.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public static final int TOKVER01
public static final int TOKCVER
public static final int TOKENCR
public static final int TOKLT19
public static final int TOKVXPRP
public static final int TOKUNUSR
public static final int TOKLOGU
public static final int TOKRSPEC
public static final int TOKSAS
public static final int TOKCMND
public static final int TOKCONS
public static final int TOKSTP
public static final int TOKMNT
public static final int TOKTSO
public static final int TOKBCH
public static final int TOKXBM
public static final int TOKRJE
public static final int TOKNJE
public static final int TOKNJEUS
public static final int TOKEBCH
public static final int TOKRBCH
public static final int TOKNBCH
public static final int TOKNSYS
public static final int TOKEXBM
public static final int TOKRXBM
public static final int TOKNXBM
public static final int TOKAPPC
public static final int TOKOSRV
public static final int TOKIP
public static final int TOKLSESS
public static final int TOKDFLT
public static final int TOKUDUS
public static final int TOKERR
public static final int TOKTRST
public static final int TOKSUS
public static final int TOKREMOT
public static final int TOKPRIV
public static final int TOKTERM
public static final int TOKCON
public static final int TOKJESI
public static final int TOKAPORT
public static final int TOKSERV
public static final int TOKDGRP
public static final int TOKDSEC
public static final int TOKNETF
public static final int TOKIPV
public static final int TOKWDWN
public static final int TOKCURLN
public int toklen()
public int tokvers()
public int tokflg1()
public boolean tokencr()
TOKENCR = 0x80
public boolean toklt19()
TOKLT19 = 0x20
public boolean tokvxprp()
TOKVXPRP = 0x10
public boolean tokunusr()
TOKUNUSR = 0x08
public boolean toklogu()
TOKLOGU = 0x04
public boolean tokrspec()
TOKRSPEC = 0x02
public int tokstyp()
public int tokflg2()
public boolean tokdflt()
TOKDFLT = 0x80
public boolean tokudus()
TOKUDUS = 0x40
public boolean tokerr()
TOKERR = 0x10
public boolean toktrst()
TOKTRST = 0x08
public boolean toksus()
TOKSUS = 0x04
public boolean tokremot()
TOKREMOT = 0x02
public boolean tokpriv()
TOKPRIV = 0x01
public int tokpoex()
public int tokflg3()
public boolean tokdgrp()
TOKDGRP = 0x80
public boolean tokdsec()
TOKDSEC = 0x40
public boolean toknetf()
TOKNETF = 0x20
public boolean tokipv()
TOKIPV = 0x10
public boolean tokwdwn()
TOKWDWN = 0x08
public String tokscl()
public String tokxnod()
public String toksusr()
public String toksnod()
public String toksgrp()
public String tokiplok()
public String tokpoe()
public String toknetw()
public String tokuser()
public String tokgrup()
public static Token create(byte[] Data, int offset, int length)
Data
- Array of bytes containing data for this sectionoffset
- Offset of this section in the datalength
- length of the sectionCopyright © 2020 Black Hill Software Pty Ltd. All rights reserved.