| Modifier and Type | Class and Description |
|---|---|
static class |
Sctp.Chunk.Type
Chunk types.
|
| Constructor and Description |
|---|
Sctp.Chunk(Sctp.Chunk.Type type,
int flags,
byte[] data)
Constructor to create a new chunk.
|
public Sctp.Chunk(Sctp.Chunk.Type type, int flags, byte[] data)
type - chunk typeflags - chunk flagsdata - chunk payload datapublic Sctp.Chunk.Type type()
public int flags()
public byte[] data()
Copyright © 2014. All Rights Reserved.