public class VMStandardFilterSignature extends Object
| Constructor and Description |
|---|
VMStandardFilterSignature(int length,
int crc,
VMStandardFilters type) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCRC() |
int |
getLength() |
VMStandardFilters |
getType() |
void |
setCRC(int crc) |
void |
setLength(int length) |
void |
setType(VMStandardFilters type) |
public VMStandardFilterSignature(int length,
int crc,
VMStandardFilters type)
public int getCRC()
public void setCRC(int crc)
public int getLength()
public void setLength(int length)
public VMStandardFilters getType()
public void setType(VMStandardFilters type)
Copyright © 2017. All rights reserved.