public class Frame extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Frame.FrameType |
Constructor and Description |
---|
Frame(Frame.FrameType type) |
Frame(Frame.FrameType type,
org.apache.mina.core.buffer.IoBuffer data) |
Modifier and Type | Method and Description |
---|---|
org.apache.mina.core.buffer.IoBuffer |
getData() |
Frame.FrameType |
getType() |
String |
toString() |
public Frame(Frame.FrameType type)
public Frame(Frame.FrameType type, org.apache.mina.core.buffer.IoBuffer data)
public org.apache.mina.core.buffer.IoBuffer getData()
public Frame.FrameType getType()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.